-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade oracle models #13174
Merged
Merged
Upgrade oracle models #13174
+164
−6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 tasks
crazywoola
reviewed
Feb 4, 2025
api/core/model_runtime/model_providers/oci/llm/cohere.command-r-08-2024.yaml
Show resolved
Hide resolved
Hi @crazywoola About the check error, it said no new line character at the end, so I've added new line character and commit. |
engchina
commented
Feb 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add new line character at the end
crazywoola
approved these changes
Feb 6, 2025
Scorpion1221
added a commit
to yybht155/dify
that referenced
this pull request
Feb 8, 2025
* commit 'ca19bd31d42fb87c83b91541c473ebae85e9d14e': (99 commits) chore(*): Bump version to 0.15.3 (langgenius#13308) feat: add completion mode and context size options for LLM configuration (langgenius#13325) fix: Azure AI Foundry model cannot be used in the workflow (langgenius#13323) chore:improve thinking display for llm from xinference and ollama pro… (langgenius#13318) chore(*): Update style of thinking (langgenius#13319) Fix the problem of Workflow terminates after parallel tasks execution, merge node not triggered (langgenius#12498) chore: refactor the OpenAICompatible and improve thinking display (langgenius#13299) fix(credits): require model name equals (langgenius#13314) feat(model): add deepseek-r1 for openrouter (langgenius#13312) feat(credits): Allow to configure model-credit mapping (langgenius#13274) Update README_TR.md (langgenius#13294) feat: added a couple of models not defined in vertex ai, that were already … (langgenius#13296) feat:add think tag display for xinference deepseek r1 (langgenius#13291) fix: incorrect transferMethod assignment for remote file (langgenius#13286) feat: add deepseek models for volcengine provider (langgenius#13283) feat:add deepseek r1 think display for ollama provider (langgenius#13272) fix: add dataset edit permissions (langgenius#13223) chore(deps): bump katex from 0.16.10 to 0.16.21 in /web (langgenius#13270) Upgrade oracle models (langgenius#13174) feat(model_providers): Support deepseek-r1 for Nvidia Catalog (langgenius#13269) ... # Conflicts: # api/Dockerfile # api/core/model_runtime/model_providers/openai/llm/o3-mini-2025-01-31.yaml # api/core/model_runtime/model_providers/openai/llm/o3-mini.yaml # api/poetry.lock # web/yarn.lock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
⚙️ feat:model-runtime
lgtm
This PR has been approved by a maintainer
size:L
This PR changes 100-499 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #13164
Screenshots
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods